home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / GlobalDef.h < prev    next >
C/C++ Source or Header  |  1997-06-12  |  153b  |  15 lines

  1. #ifndef GLOGALDEF_H
  2. #define GLOBALDEF_H
  3.  
  4. #include "TextItem.h"
  5.  
  6. class GlobalDef: public TextItem {
  7.  
  8. public:
  9.  
  10.     short CheckDoubleTags( void );
  11.  
  12. };
  13.  
  14. #endif
  15.